home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / Main.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  21.1 KB  |  1,044 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$0000011D,$00000079,$0000028C,$00000260,$00000000,$FFFFFFE6,$00000000,$00000000};
  6.         LayoutWindow is {$0000008A,$0000002A,$00000338,$00000269,$00000004,$00000001,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oCache2,
  16.         oSounds3,
  17.         oBackground9,
  18.         oTabs10,
  19.         oDisplay14,
  20.         oPinscroller17,
  21.         oParameterHeadline18,
  22.         oParameterScrollBox21,
  23.         oHelpboxContainer23,
  24.         oDisplay_Buttons29,
  25.         oControls32,
  26.         oProjectName33,
  27.         oToolManager34,
  28.         oFunctionManager35,
  29.         oMediamapArea36,
  30.         oMessenger38,
  31.         oWait108,
  32.         oProtection_OnlyDisplay50
  33.     ];
  34.     Events is [
  35.         cOffscreenEvent
  36.         with Flags is $00000004; 
  37.             Commands is [
  38.                 cKR_ScriptCommand
  39.                 with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_InitializeScreen; end,
  40.                 cKR_SwitchPlus
  41.                 with CommandType is DoBrowse; Target is oControls32; CookieFlag is true; CookieName is "ControlsURL"; end
  42.             ];
  43.         end,
  44.         cOnscreenEvent
  45.         with Flags is $00000004; 
  46.             Commands is [
  47.                 cKR_ScriptCommand
  48.                 with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_OnScreen; end
  49.             ];
  50.         end
  51.     ];
  52. end;
  53.  
  54. object oCache2 is cCacheLoader
  55. with 
  56.     Flags is $00000040; 
  57.     Name is "Cache"; 
  58.     Enabled is false; Shown is false; 
  59.     
  60.     
  61.     
  62.     
  63.     Events is [
  64.         cCacheUpdatedEvent
  65.         with 
  66.             Commands is [
  67.                 cKR_ScriptCommand
  68.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  69.                     Commands is [
  70.                         cKR_ScriptParameter
  71.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  72.                         cKR_ScriptParameter
  73.                         with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  74.                         cKR_ScriptParameter
  75.                         with ParameterIsCookie is false; ParameterValue is "CacheUpdated"; end,
  76.                         cKR_ScriptResult
  77.                         with ResultComment is ""; end
  78.                     ];
  79.                 end
  80.             ];
  81.         end
  82.     ];
  83. end;
  84.  
  85. object oSounds3 is cBox
  86. with 
  87.     Flags is $00000100; 
  88.     Name is "Sounds"; 
  89.     Enabled is false; Shown is false; 
  90.     
  91.     
  92.     
  93.     
  94.     Elements is [
  95.         oMainSound4,
  96.         oHighlight1_Sound5,
  97.         oHighlight2_Sound6,
  98.         oClick_Sound7,
  99.         oMessage_Sound8
  100.     ];
  101. end;
  102.  
  103. object oMainSound4 is cMovie
  104. with 
  105.     Flags is $00000050; 
  106.     Name is "MainSound"; 
  107.     Enabled is false; Shown is false; 
  108.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  109.     
  110.     
  111.     
  112.     
  113.     Events is [
  114.         cLoadedEvent
  115.         with Flags is $00000004; 
  116.             Commands is [
  117.                 cRunCommand
  118.                 with Target is oTargetSelf; Rewind is true; end
  119.             ];
  120.         end,
  121.         cFinishedEvent
  122.         with Flags is $00000004; 
  123.             Commands is [
  124.                 cKR_SwitchPlus
  125.                 with Target is oTargetSelf; SwitchURLOption is BuildEmptyURL; end
  126.             ];
  127.         end
  128.     ];
  129. end;
  130.  
  131. object oHighlight1_Sound5 is cSound
  132. with 
  133.     Flags is $00000010; 
  134.     Name is "Highlight1 Sound"; 
  135.     Enabled is false; Shown is false; 
  136.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  137.     
  138.     
  139.     URL is "../GUI/Sounds/Highlight1.wav"; 
  140.     Buffered is true; 
  141. end;
  142.  
  143. object oHighlight2_Sound6 is cSound
  144. with 
  145.     Flags is $00000010; 
  146.     Name is "Highlight2 Sound"; 
  147.     Enabled is false; Shown is false; 
  148.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  149.     
  150.     
  151.     URL is "../GUI/Sounds/Highlight2.wav"; 
  152.     Buffered is true; 
  153. end;
  154.  
  155. object oClick_Sound7 is cSound
  156. with 
  157.     Flags is $00000010; 
  158.     Name is "Click Sound"; 
  159.     Enabled is false; Shown is false; 
  160.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  161.     
  162.     
  163.     URL is "../GUI/Sounds/Click.wav"; 
  164.     Buffered is true; 
  165. end;
  166.  
  167. object oMessage_Sound8 is cSound
  168. with 
  169.     Flags is $00000010; 
  170.     Name is "Message Sound"; 
  171.     Enabled is false; Shown is false; 
  172.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  173.     
  174.     
  175.     URL is "../GUI/Sounds/Message.wav"; 
  176.     Buffered is true; 
  177. end;
  178.  
  179. object oBackground9 is cImage
  180. with 
  181.     Flags is $00000410; 
  182.     Name is "Background"; 
  183.     Enabled is false; 
  184.     
  185.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  186.     
  187.     URL is "../GUI/Special%20800/L1/Background.pic"; 
  188.     
  189.     
  190. end;
  191.  
  192. object oTabs10 is cWF_Image
  193. with 
  194.     Flags is $00000110; 
  195.     Name is "Tabs"; 
  196.     Enabled is false; Shown is false; 
  197.     X is 261; Y is 81; 
  198.     Height is 21; AdjustHeight is GetHeight; 
  199.     
  200.     URL is "../GUI/Display/Tabs1.pic"; 
  201.     
  202.     Kind is DrawFlipbook; 
  203.     
  204.     
  205.     Elements is [
  206.         oTabText111,
  207.         oTabText212,
  208.         oTabText313
  209.     ];
  210. end;
  211.  
  212. object oTabText111 is cField
  213. with 
  214.     Flags is $00000050; 
  215.     Name is "TabText1"; 
  216.     Enabled is false; Shown is false; 
  217.     Y is 7; 
  218.     Width is 103; Height is 14; 
  219.     
  220.     Editable is false; Text is "TabText"; 
  221.     FontSize is 9; Bold is true; FontName is "Helvetica"; 
  222.     Alignment is 1; 
  223.     
  224.     
  225.     Events is [
  226.         cMouseDownEvent
  227.         with Flags is $00000004; 
  228.             Commands is [
  229.                 cKR_ScriptCommand
  230.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  231.                     Commands is [
  232.                         cKR_ScriptParameter
  233.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  234.                         cKR_ScriptParameter
  235.                         with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  236.                         cKR_ScriptParameter
  237.                         with ParameterIsCookie is false; ParameterValue is "1"; end,
  238.                         cKR_ScriptResult
  239.                         with ResultComment is ""; end
  240.                     ];
  241.                 end
  242.             ];
  243.         end
  244.     ];
  245. end;
  246.  
  247. object oTabText212 is cField
  248. with 
  249.     Flags is $00000150; 
  250.     Name is "TabText2"; 
  251.     Enabled is false; Shown is false; 
  252.     X is 105; Y is 7; 
  253.     Width is 103; Height is 14; 
  254.     
  255.     Editable is false; Text is "TabText"; 
  256.     FontSize is 9; Bold is true; FontName is "Helvetica"; 
  257.     Alignment is 1; 
  258.     
  259.     
  260.     Events is [
  261.         cMouseDownEvent
  262.         with Flags is $00000004; 
  263.             Commands is [
  264.                 cKR_ScriptCommand
  265.                 with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  266.                     Commands is [
  267.                         cKR_ScriptParameter
  268.                         with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "Internal"; end,
  269.                         cKR_ScriptParameter
  270.                         with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  271.                         cKR_ScriptParameter
  272.                         with Flags is $00000004; ParameterIsCookie is false; ParameterValue is "2"; end,
  273.                         cKR_ScriptResult
  274.                         with Flags is $00000004; ResultComment is ""; end
  275.                     ];
  276.                 end
  277.             ];
  278.         end
  279.     ];
  280. end;
  281.  
  282. object oTabText313 is cField
  283. with 
  284.     Flags is $00000010; 
  285.     Name is "TabText3"; 
  286.     Enabled is false; Shown is false; 
  287.     X is 212; Y is 7; 
  288.     Width is 103; Height is 14; 
  289.     
  290.     Editable is false; Text is "TabText"; 
  291.     FontSize is 9; Bold is true; FontName is "Helvetica"; 
  292.     Alignment is 1; 
  293.     
  294.     
  295.     Events is [
  296.         cMouseDownEvent
  297.         with 
  298.             Commands is [
  299.                 cKR_ScriptCommand
  300.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  301.                     Commands is [
  302.                         cKR_ScriptParameter
  303.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  304.                         cKR_ScriptParameter
  305.                         with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  306.                         cKR_ScriptParameter
  307.                         with ParameterIsCookie is false; ParameterValue is "3"; end,
  308.                         cKR_ScriptResult
  309.                         with ResultComment is ""; end
  310.                     ];
  311.                 end
  312.             ];
  313.         end
  314.     ];
  315. end;
  316.  
  317. object oDisplay14 is cKR_Scroller
  318. with 
  319.     Flags is $00000100; 
  320.     Name is "Display"; 
  321.     Clipping is true; 
  322.     X is 262; Y is 102; 
  323.     Width is 490; Height is 364; 
  324.     
  325.     Horizontal is oWF_DisplayScroller_H; H_XOffset is 75; H_YOffset is 41; H_WOffset is -150; 
  326.     Vertical is oWF_DisplayScroller_V; V_XOffset is 20; V_YOffset is 40; V_HOffset is -80; 
  327.     Elements is [
  328.         oClickProtector15,
  329.         oDisplayArea16
  330.     ];
  331. end;
  332.  
  333. object oClickProtector15 is cBox
  334. with 
  335.     Flags is $00000010; 
  336.     Name is "ClickProtector"; 
  337.     Cursor is oDontCursor; 
  338.     
  339.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  340.     
  341.     
  342. end;
  343.  
  344. object oDisplayArea16 is cDocument
  345. with 
  346.     Flags is $00000050; 
  347.     Name is "DisplayArea"; 
  348.     Cursor is oDontCursor; 
  349.     
  350.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  351.     
  352.     
  353.     Events is [
  354.         cLoadedEvent
  355.         with 
  356.             Commands is [
  357.                 cKR_ScriptCommand
  358.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  359.                     Commands is [
  360.                         cKR_ScriptParameter
  361.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  362.                         cKR_ScriptParameter
  363.                         with ParameterIsCookie is false; ParameterValue is "DisplayManager"; end,
  364.                         cKR_ScriptParameter
  365.                         with ParameterIsCookie is false; ParameterValue is "DisplayReady"; end,
  366.                         cKR_ScriptResult
  367.                         with ResultComment is ""; end
  368.                     ];
  369.                 end
  370.             ];
  371.         end
  372.     ];
  373. end;
  374.  
  375. object oPinscroller17 is cKR_PinScroller
  376. with 
  377.     Flags is $00000050; 
  378.     Name is "Pinscroller"; 
  379.     
  380.     X is 754; Y is 492; 
  381.     Width is 44; Height is 43; 
  382.     
  383.     URL is "../GUI/Display/Pinscroller.pic"; 
  384.     Mode is 36; Blue is 0; 
  385.     
  386.     
  387.     Events is [
  388.         cOffscreenEvent
  389.         with Flags is $00000004; 
  390.             Commands is [
  391.                 cKR_PinScroller_ConnectScrollerCommand
  392.                 with Target is oDisplay14; end
  393.             ];
  394.         end
  395.     ];
  396. end;
  397.  
  398. object oParameterHeadline18 is cBox
  399. with 
  400.     Flags is $00000100; 
  401.     Name is "ParameterHeadline"; 
  402.     Enabled is false; Shown is false; 
  403.     Y is 61; 
  404.     Width is 226; Height is 33; 
  405.     
  406.     
  407.     Elements is [
  408.         oPH_Background19,
  409.         oPH_Title20
  410.     ];
  411. end;
  412.  
  413. object oPH_Background19 is cImage
  414. with 
  415.     Flags is $00000010; 
  416.     Name is "PH_Background"; 
  417.     Enabled is false; 
  418.     AdjustY is AlignToTop; 
  419.     Width is 226; Height is 29; 
  420.     
  421.     URL is "../GUI/Parameter/P_Start.pic"; 
  422.     
  423.     
  424. end;
  425.  
  426. object oPH_Title20 is cField
  427. with 
  428.     Flags is $00000010; 
  429.     Name is "PH_Title"; 
  430.     Enabled is false; 
  431.     X is 20; Y is 10; 
  432.     Width is 115; Height is 14; 
  433.     
  434.     Editable is false; 
  435.     Bold is true; FontName is "Helvetica"; 
  436.     FontRed is 255; FontGreen is 255; FontBlue is 255; 
  437.     
  438.     
  439. end;
  440.  
  441. object oParameterScrollBox21 is cKR_Scroller
  442. with 
  443.     Flags is $00000110; 
  444.     Name is "ParameterScrollBox"; 
  445.     Shown is false; Clipping is true; 
  446.     X is 4; Y is 94; 
  447.     Width is 200; Height is 496; 
  448.     
  449.     
  450.     Vertical is oWF_ParameterScroller_V; V_XOffset is 4; 
  451.     Elements is [
  452.         oParameterBox22
  453.     ];
  454. end;
  455.  
  456. object oParameterBox22 is cBox
  457. with 
  458.     Flags is $00000010; 
  459.     Name is "ParameterBox"; 
  460.     Region is {$FFFF000A,$00000000,$00000000};
  461.     Enabled is false; 
  462.     
  463.     AdjustWidth is GetLayoutWidth; 
  464.     
  465.     
  466. end;
  467.  
  468. object oHelpboxContainer23 is cBox
  469. with 
  470.     Flags is $00000500; 
  471.     Name is "HelpboxContainer"; 
  472.     Enabled is false; Shown is false; Cursor is oCrossCursor; 
  473.     
  474.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  475.     
  476.     
  477.     Elements is [
  478.         oH_Raumname24,
  479.         oH_Pinscroller25,
  480.         oH_ScrollerV26,
  481.         oH_ScrollerH27,
  482.         oH_Projektname28
  483.     ];
  484.     Events is [
  485.         cMouseDownEvent
  486.         with Flags is $00000004; 
  487.             Commands is [
  488.                 cKR_ScriptCommand
  489.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  490.                     Commands is [
  491.                         cKR_ScriptParameter
  492.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  493.                         cKR_ScriptParameter
  494.                         with ParameterIsCookie is false; ParameterValue is "HelpManager"; end,
  495.                         cKR_ScriptParameter
  496.                         with ParameterIsCookie is false; ParameterValue is ""; end,
  497.                         cKR_ScriptResult
  498.                         with ResultComment is ""; end
  499.                     ];
  500.                 end
  501.             ];
  502.         end
  503.     ];
  504. end;
  505.  
  506. object oH_Raumname24 is cWF_Helpbox
  507. with 
  508.     Flags is $00000150; 
  509.     Name is "H_Raumname"; 
  510.     Shown is false; 
  511.     X is 350; Y is 4; 
  512.     Width is 160; Height is 14; 
  513.     
  514.     
  515.     HelpTextID is 5032; HelpURL is "./functions.htm#roomname"; 
  516. end;
  517.  
  518. object oH_Pinscroller25 is cWF_Helpbox
  519. with 
  520.     Flags is $00000150; 
  521.     Name is "H_Pinscroller"; 
  522.     Shown is false; 
  523.     X is 759; Y is 495; 
  524.     Width is 36; Height is 36; 
  525.     
  526.     
  527.     HelpTextID is 5033; HelpURL is "./functions.htm#pinscroller"; 
  528. end;
  529.  
  530. object oH_ScrollerV26 is cWF_Helpbox
  531. with 
  532.     Flags is $00000010; 
  533.     Name is "H_ScrollerV"; 
  534.     Shown is false; 
  535.     X is 769; Y is 138; 
  536.     Width is 20; Height is 290; 
  537.     
  538.     
  539.     HelpTextID is 5034; HelpURL is "./functions.htm#scroller"; 
  540. end;
  541.  
  542. object oH_ScrollerH27 is cWF_Helpbox
  543. with 
  544.     Flags is $00000010; 
  545.     Name is "H_ScrollerH"; 
  546.     Shown is false; 
  547.     X is 335; Y is 503; 
  548.     Width is 344; Height is 20; 
  549.     
  550.     
  551.     HelpTextID is 5034; HelpURL is "./functions.htm#scroller"; 
  552. end;
  553.  
  554. object oH_Projektname28 is cWF_Helpbox
  555. with 
  556.     Flags is $00000010; 
  557.     Name is "H_Projektname"; 
  558.     Shown is false; 
  559.     X is 639; Y is 30; 
  560.     Width is 151; Height is 27; 
  561.     
  562.     
  563.     HelpTextID is 5035; HelpURL is "./functions.htm#projectname"; 
  564. end;
  565.  
  566. object oDisplay_Buttons29 is cBox
  567. with 
  568.     Flags is $00000100; 
  569.     Name is "Display_Buttons"; 
  570.     Enabled is false; 
  571.     X is 261; Y is 466; 
  572.     Width is 491; Height is 24; 
  573.     
  574.     
  575.     Elements is [
  576.         oB_Copy30,
  577.         oB_Paste31
  578.     ];
  579. end;
  580.  
  581. object oB_Copy30 is cWF_Image
  582. with 
  583.     Flags is $00000050; 
  584.     Name is "B_Copy"; 
  585.     
  586.     X is 10; Y is 1; 
  587.     Height is 22; AdjustHeight is GetHeight; 
  588.     
  589.     URL is "../GUI/Display/B_Copy.pic"; 
  590.     
  591.     Kind is DrawFlipbook; RowCount is 2; 
  592.     Behavior is oKR_FlipButton_NP; 
  593.     HelpTextID is 5036; HelpURL is "./functions.htm#copypaste"; 
  594.     Events is [
  595.         cMouseUpEvent
  596.         with Flags is $00000004; Flag is true; 
  597.             Commands is [
  598.                 cKR_ScriptCommand
  599.                 with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  600.                     Commands is [
  601.                         cKR_ScriptParameter
  602.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  603.                         cKR_ScriptParameter
  604.                         with ParameterIsCookie is false; ParameterValue is "LayoutManager"; end,
  605.                         cKR_ScriptParameter
  606.                         with ParameterIsCookie is false; ParameterValue is "TextCopy"; end,
  607.                         cKR_ScriptResult
  608.                         with ResultComment is ""; end
  609.                     ];
  610.                 end
  611.             ];
  612.         end
  613.     ];
  614. end;
  615.  
  616. object oB_Paste31 is cWF_Image
  617. with 
  618.     Flags is $00000050; 
  619.     Name is "B_Paste"; 
  620.     
  621.     X is 52; Y is 1; 
  622.     Height is 22; AdjustHeight is GetHeight; 
  623.     
  624.     URL is "../GUI/Display/B_Paste.pic"; 
  625.     
  626.     Kind is DrawFlipbook; RowCount is 2; 
  627.     Behavior is oKR_FlipButton_NP; 
  628.     HelpTextID is 5037; HelpURL is "./functions.htm#copypaste"; 
  629.     Events is [
  630.         cMouseUpEvent
  631.         with Flags is $00000004; Flag is true; 
  632.             Commands is [
  633.                 cKR_ScriptCommand
  634.                 with Flags is $00000004; ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  635.                     Commands is [
  636.                         cKR_ScriptParameter
  637.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  638.                         cKR_ScriptParameter
  639.                         with ParameterIsCookie is false; ParameterValue is "LayoutManager"; end,
  640.                         cKR_ScriptParameter
  641.                         with ParameterIsCookie is false; ParameterValue is "TextPaste"; end,
  642.                         cKR_ScriptResult
  643.                         with ResultComment is ""; end
  644.                     ];
  645.                 end
  646.             ];
  647.         end
  648.     ];
  649. end;
  650.  
  651. object oControls32 is cDocument
  652. with 
  653.     Flags is $00000410; 
  654.     Name is "Controls"; 
  655.     Enabled is false; 
  656.     
  657.     AdjustWidth is GetLayoutWidth; Height is 60; 
  658.     
  659.     
  660. end;
  661.  
  662. object oProjectName33 is cField
  663. with 
  664.     Flags is $00000410; 
  665.     Name is "ProjectName"; 
  666.     Enabled is false; 
  667.     X is 646; Y is 39; 
  668.     Width is 140; Height is 12; 
  669.     
  670.     Editable is false; 
  671.     FontSize is 10; Bold is true; FontName is "Helvetica"; 
  672.     FontRed is 240; FontGreen is 240; FontBlue is 240; 
  673.     
  674.     
  675. end;
  676.  
  677. object oToolManager34 is cBox
  678. with 
  679.     Flags is $00000410; 
  680.     Name is "ToolManager"; 
  681.     Enabled is false; 
  682.     X is 2; Y is 61; 
  683.     
  684.     
  685.     
  686. end;
  687.  
  688. object oFunctionManager35 is cBox
  689. with 
  690.     Flags is $00000410; 
  691.     Name is "FunctionManager"; 
  692.     Enabled is false; 
  693.     X is 238; Y is 546; 
  694.     Width is 559; Height is 42; 
  695.     
  696.     
  697. end;
  698.  
  699. object oMediamapArea36 is cBox
  700. with 
  701.     Flags is $00000500; 
  702.     Name is "MediamapArea"; 
  703.     Enabled is false; 
  704.     
  705.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  706.     
  707.     
  708.     Elements is [
  709.         oMediamap37
  710.     ];
  711. end;
  712.  
  713. object oMediamap37 is cKR_WindowContainer
  714. with 
  715.     Flags is $00000450; 
  716.     Name is "Mediamap"; 
  717.     Shown is false; 
  718.     X is 10; Y is 290; 
  719.     
  720.     URL is "../CodeX/Mediamap.k"; 
  721.     
  722.     MaxWidth is 800; MaxHeight is 600; 
  723.     
  724.     Events is [
  725.         cOffscreenEvent
  726.         with Flags is $00000004; 
  727.             Commands is [
  728.                 cGrowCommand
  729.                 with Target is oTargetSelf; Mode is GrowTo; X is 340; Y is 300; end
  730.             ];
  731.         end
  732.     ];
  733. end;
  734.  
  735. object oMessenger38 is cWF_MessengerContainer
  736. with 
  737.     Flags is $00000500; 
  738.     Name is "Messenger"; 
  739.     Enabled is false; Shown is false; Cursor is oDontCursor; 
  740.     
  741.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  742.     
  743.     
  744.     Elements is [
  745.         oM_Body39
  746.     ];
  747. end;
  748.  
  749. object oM_Body39 is cBox
  750. with 
  751.     Flags is $00000104; 
  752.     Name is "M_Body"; 
  753.     Enabled is false; 
  754.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  755.     Width is 518; Height is 437; 
  756.     
  757.     
  758.     Elements is [
  759.         oBody_140,
  760.         oBody_241,
  761.         oBody_342,
  762.         oBody_443,
  763.         oM_Text44,
  764.         oM_OK45,
  765.         oM_Cancel46,
  766.         oM_Light47
  767.     ];
  768. end;
  769.  
  770. object oBody_140 is cImage
  771. with 
  772.     Flags is $00000410; 
  773.     Name is "Body_1"; 
  774.     Enabled is false; 
  775.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  776.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  777.     
  778.     URL is "../GUI/Messenger/Body_1.pic"; 
  779.     Mode is 256; 
  780.     
  781. end;
  782.  
  783. object oBody_241 is cImage
  784. with 
  785.     Flags is $00000410; 
  786.     release Editor:
  787.         IOWindow is {$000000E4,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  788.     end;
  789.     Name is "Body_2"; 
  790.     Enabled is false; 
  791.     X is 11; AdjustY is AlignToTop; 
  792.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  793.     
  794.     URL is "../GUI/Messenger/Body_2.pic"; 
  795.     Bitmapped is false; 
  796.     
  797. end;
  798.  
  799. object oBody_342 is cImage
  800. with 
  801.     Flags is $00000410; 
  802.     Name is "Body_3"; 
  803.     Enabled is false; 
  804.     AdjustX is AlignToRight; AdjustY is AlignToTop; 
  805.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  806.     
  807.     URL is "../GUI/Messenger/Body_3.pic"; 
  808.     Mode is 256; 
  809.     
  810. end;
  811.  
  812. object oBody_443 is cImage
  813. with 
  814.     Flags is $00000410; 
  815.     Name is "Body_4"; 
  816.     Enabled is false; 
  817.     AdjustX is AlignToLeft; AdjustY is AlignToBottom; 
  818.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  819.     
  820.     URL is "../GUI/Messenger/Body_4.pic"; 
  821.     Mode is 256; 
  822.     
  823. end;
  824.  
  825. object oM_Text44 is cField
  826. with 
  827.     Flags is $00000400; 
  828.     Name is "M_Text"; 
  829.     Enabled is false; 
  830.     X is 31; Y is 43; 
  831.     Width is 440; Height is 305; 
  832.     
  833.     Editable is false; 
  834.     Bold is true; FontName is "Helvetica"; 
  835.     FontRed is 230; FontGreen is 230; FontBlue is 230; 
  836.     
  837.     
  838. end;
  839.  
  840. object oM_OK45 is cWF_Image
  841. with 
  842.     Flags is $00000410; 
  843.     Name is "M_OK"; 
  844.     Enabled is false; Shown is false; 
  845.     X is 441; Y is 366; 
  846.     Height is 44; AdjustHeight is GetHeight; 
  847.     
  848.     URL is "../GUI/Messenger/OK.pic"; 
  849.     Mode is 36; Blue is 0; 
  850.     Kind is DrawFlipbook; RowCount is 2; 
  851.     Behavior is oKR_FlipButton_NP; 
  852.     HelpTextID is 202; HelpURL is "./index.htm"; 
  853.     Events is [
  854.         cMouseDownEvent
  855.         with Flags is $00000004; 
  856.             Commands is [
  857.                 cRefreshCommand
  858.                 with end
  859.             ];
  860.         end,
  861.         cMouseUpEvent
  862.         with Flags is $00000004; 
  863.             Commands is [
  864.                 cRefreshCommand
  865.                 with end,
  866.                 cKR_ScriptCommand
  867.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  868.                     Commands is [
  869.                         cKR_ScriptParameter
  870.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  871.                         cKR_ScriptParameter
  872.                         with ParameterIsCookie is false; ParameterValue is "Messenger"; end,
  873.                         cKR_ScriptParameter
  874.                         with ParameterIsCookie is false; ParameterValue is "OK"; end,
  875.                         cKR_ScriptResult
  876.                         with ResultComment is ""; end
  877.                     ];
  878.                 end
  879.             ];
  880.         end
  881.     ];
  882. end;
  883.  
  884. object oM_Cancel46 is cWF_Image
  885. with 
  886.     Flags is $00000410; 
  887.     Name is "M_Cancel"; 
  888.     Enabled is false; Shown is false; 
  889.     X is 388; Y is 366; 
  890.     Height is 44; AdjustHeight is GetHeight; 
  891.     
  892.     URL is "../GUI/Messenger/Cancel.pic"; 
  893.     Mode is 36; Blue is 0; 
  894.     Kind is DrawFlipbook; RowCount is 2; 
  895.     Behavior is oKR_FlipButton_NP; 
  896.     HelpTextID is 203; HelpURL is "./index.htm"; 
  897.     Events is [
  898.         cMouseDownEvent
  899.         with Flags is $00000004; 
  900.             Commands is [
  901.                 cRefreshCommand
  902.                 with end
  903.             ];
  904.         end,
  905.         cMouseUpEvent
  906.         with Flags is $00000004; 
  907.             Commands is [
  908.                 cRefreshCommand
  909.                 with end,
  910.                 cKR_ScriptCommand
  911.                 with ScriptGroup is "Web-Fix 2 Navi"; Script is oWF_CallWFPlugin; 
  912.                     Commands is [
  913.                         cKR_ScriptParameter
  914.                         with ParameterIsCookie is false; ParameterValue is "Internal"; end,
  915.                         cKR_ScriptParameter
  916.                         with ParameterIsCookie is false; ParameterValue is "Messenger"; end,
  917.                         cKR_ScriptParameter
  918.                         with ParameterIsCookie is false; ParameterValue is "Cancel"; end,
  919.                         cKR_ScriptResult
  920.                         with ResultComment is ""; end
  921.                     ];
  922.                 end
  923.             ];
  924.         end
  925.     ];
  926. end;
  927.  
  928. object oM_Light47 is cImage
  929. with 
  930.     Flags is $00000440; 
  931.     Name is "M_Light"; 
  932.     Enabled is false; Shown is false; 
  933.     X is 7; 
  934.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  935.     Duration is 1; Duration is 1; TimeScale is 1; 
  936.     URL is "../GUI/Messenger/Light.pic"; 
  937.     
  938.     
  939.     Events is [
  940.         cFinishedEvent
  941.         with 
  942.             Commands is [
  943.                 cShowCommand
  944.                 with Target is oTargetSelf; Mode is Toggle; end,
  945.                 cRunCommand
  946.                 with Target is oTargetSelf; Rewind is true; end
  947.             ];
  948.         end
  949.     ];
  950. end;
  951.  
  952. object oWait108 is cBox
  953. with 
  954.     Flags is $00000110; 
  955.     Name is "Wait"; 
  956.     Enabled is false; Shown is false; Cursor is oDontCursor; 
  957.     
  958.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  959.     
  960.     
  961.     Elements is [
  962.         oWaitBody48
  963.     ];
  964. end;
  965.  
  966. object oWaitBody48 is cImage
  967. with 
  968.     Flags is $00008105; 
  969.     Name is "WaitBody"; 
  970.     Enabled is false; 
  971.     AdjustX is AlignToCenter; Y is 275; 
  972.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  973.     
  974.     URL is "../GUI/Messenger/Wait.pic"; 
  975.     Bitmapped is false; Mode is 36; Blue is 0; 
  976.     
  977.     Elements is [
  978.         oWaitText49
  979.     ];
  980. end;
  981.  
  982. object oWaitText49 is cField
  983. with 
  984.     Flags is $0000C010; 
  985.     Name is "WaitText"; 
  986.     Enabled is false; 
  987.     X is 30; Y is 15; 
  988.     Width is 331; Height is 22; 
  989.     
  990.     Editable is false; 
  991.     FontSize is 18; FontName is "Helvetica"; 
  992.     Alignment is 1; FontRed is 240; FontGreen is 240; FontBlue is 240; 
  993.     
  994.     
  995. end;
  996.  
  997. object oProtection_OnlyDisplay50 is cBox
  998. with 
  999.     Flags is $00000500; 
  1000.     Name is "Protection_OnlyDisplay"; 
  1001.     Enabled is false; Shown is false; 
  1002.     
  1003.     
  1004.     
  1005.     
  1006.     Elements is [
  1007.         oLeftProtector51,
  1008.         oTopProtector52,
  1009.         oBottomProtector53
  1010.     ];
  1011. end;
  1012.  
  1013. object oLeftProtector51 is cBox
  1014. with 
  1015.     Flags is $00000550; 
  1016.     Name is "LeftProtector"; 
  1017.     Cursor is oDontCursor; 
  1018.     
  1019.     Width is 261; Height is 600; 
  1020.     
  1021.     
  1022. end;
  1023.  
  1024. object oTopProtector52 is cBox
  1025. with 
  1026.     Flags is $00000550; 
  1027.     Name is "TopProtector"; 
  1028.     Cursor is oDontCursor; 
  1029.     X is 261; 
  1030.     Width is 546; Height is 102; 
  1031.     
  1032.     
  1033. end;
  1034.  
  1035. object oBottomProtector53 is cBox
  1036. with 
  1037.     Flags is $00000550; 
  1038.     Name is "BottomProtector"; 
  1039.     Cursor is oDontCursor; 
  1040.     X is 261; Y is 534; 
  1041.     Width is 547; Height is 66; 
  1042.     
  1043.     
  1044. end;